You are here: Vocalocity Voice Browser: VoiceXML Implementation Reference > Standard Types and Defaults > Introduction
You can customize the behavior of the Vocalocity Voice Browser by changing Vocalocity configuration properties (in vocalos-node.xml) or Java system properties in vocalos.conf (Windows).
The vocalos-node.xml file contains all default browser properties. You can make changes to these parameters without restarting the VocalOS server.
You should use Vocalocity Control Center to access these settings.
When you make changes to this file, you do not have to restart the VocalOS server. This file is refreshed every minute. So, if you make a change to a setting, it will apply to the next inbound call that arrives one minute after the change.
Properties are defined in two sections: BrowserProperties and vxml.
To customize the global defaults for the Vocalocity Voice Browser, edit the vocalos-node.xml file and search for the node starting with:
<node name="BrowserProperties">
|
The format of a property entry is:
<property name="property-name" value="value"/>
|
Java system properties are defined in the vocalos.conf (Windows) file. The format is:
wrapper.java.additional.#="-Dproperty=value"
|